home *** CD-ROM | disk | FTP | other *** search
/ Gigarom 1 / Gigarom Macintosh Archives (Quantum Leap)(CDRM1080320)(1993).iso / FILES / DEV / I-Z / RA.cpt / Base.ra next >
Text File  |  1986-10-19  |  581b  |  42 lines

  1. |
  2. |   RA™
  3. |
  4. |    Program basics
  5. |
  6. |   © 1986 COM~LINK & S.Koren
  7. |
  8. #M;
  9. "RA™ allows you to either work !"
  10. "in base 10 or 16.!!"
  11. 255 ! " decimal = " 
  12. •         | switch to hex
  13. 0FF !
  14. º         | switch to decimal
  15. " hex. !!"
  16. "NOTE:  All output is forced to!"
  17. "decimal.!!"
  18. #A;
  19. "THE END."
  20. $
  21. &A  "Hit any key:" ?§ @ µ`
  22. |
  23. |  RA title routine
  24. |
  25. &M @ #L; 8 A: ( #N; A. 1 - A: A. 0 > ~ ) #L; #O; #P;`
  26.  
  27. &O
  28. 40 100 Ω
  29. "RA™"
  30. 60 45 Ω 
  31. "© 1986 COM~LINK & S.Koren" 
  32. 80 60 Ω
  33. "All rights reserved." `
  34.  
  35. &L
  36. 35 A: ("•" A. 1 - A: A. 0 > ~ ) "!"`
  37.  
  38. &N
  39. "•" 33 A: (" " A. 1 - A: A. 0 > ~ ) "•" "!"`
  40.  
  41. &P ?§ @ `
  42. $